'DeclarationPublic Sub ColorRGBtoHSL( _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte, _ ByRef Hue As Single, _ ByRef Saturation As Single, _ ByRef Lightness As Single _ )
public void ColorRGBtoHSL( byte Red, byte Green, byte Blue, ref float Hue, ref float Saturation, ref float Lightness )
public procedure ColorRGBtoHSL( Red: Byte; Green: Byte; Blue: Byte; var Hue: Single; var Saturation: Single; var Lightness: Single );
public function ColorRGBtoHSL( Red : byte, Green : byte, Blue : byte, Hue : float, Saturation : float, Lightness : float );
Parameters
- Red
 - Green
 - Blue
 - Hue
 - Saturation
 - Lightness
 
